Cover TOC Chap Prev Chap Prev Fig Next Fig Next Chap

Chapter 28: Adding Anchors

../ch28/28fig01.gif
Figure 28.1

A dungeon destination world.

28fig01.wrl
Click on the image to view the VRML scene.

#VRML V2.0 utf8
# The VRML 2.0 Sourcebook
# Copyright (c) 1997
# Andrea L. Ames, David R. Nadeau, and John L. Moreland
Group {
    children [
    # Viewpoints
        DEF Forward Viewpoint {
            description "Forward view"
            position 0.0 1.6 5.0
        },
        DEF Corner Viewpoint {
            description "Corner view"
            position 3.0 1.6 3.0
            orientation 0.0 1.0 0.0 0.611
        },
    # Navigation
        NavigationInfo { headlight FALSE },
    # World
        Inline { url "dungeon.wrl" }
    ]
}